-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tag categories for VM migration #16402
Conversation
@miq-bot assign martinpovolny |
I have never touched this area. @tinaafitz, @chessbyte : can you, please, reassign? |
db/fixtures/classifications.yml
Outdated
@@ -943,3 +943,41 @@ | |||
:parent_id: 0 | |||
:default: true | |||
:single_value: "1" | |||
- :description: Transform VM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tag category will be than used also for network and storage mapping, we should use a bit more generic term like:
"Transformation".
Checked commits smelamud/manageiq@5717f35~...2287113 with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
LGTM. |
@miq-bot assign tinaafitz |
@smelamud Looks good. |
@miq-bot assign martinpovolny |
Added special tag categories for purpose of mapping VMs, networks and storage for mass migration between providers using V2V.
2287113
to
359af3a
Compare
Squashed commits. |
Gaprindashvili? |
@miq-bot add_labels gaprindashvili/yes |
Add tag categories for VM migration (cherry picked from commit 9f42e1b)
Gaprindashvili backport details:
|
Added special tag categories for purpose of mapping VMs, networks and storage for mass migration between providers using V2V.